'Declaration Public Function New( _
ByVal conditionThe condition predicate.As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue), _
ByVal ifBranchProcessing command that must be executed if condition result is true.As ProcessingCommand(Of TTarget) _
)
public ConditionalCommand<TTarget>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> condition,
ProcessingCommand<TTarget> ifBranch
)
public: ConditionalCommand<TTarget>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* condition,
ProcessingCommand<TTarget*>* ifBranch
)
public:
ConditionalCommand<TTarget>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ condition,
ProcessingCommand<TTarget^>^ ifBranch
)
Parameters
- condition
- The condition predicate.
- ifBranch
- Processing command that must be executed if condition result is true.